한국어
A2 통계와 캠페인 성과 데이터를 반환합니다.
cURL
curl --request GET \ --url https://your_a2_service/dashboard \ --header 'Authorization: Bearer <token>'
{ "change_allocations": 0, "change_campaigns": 0, "change_clicks": 0, "change_conversions": 0, "change_creatives": 0, "change_impressions": 0, "change_placements": 0, "email": "<string>", "from_date": "2023-11-07T05:31:56Z", "name": "<string>", "role": "advertiser", "total_advertisers": 0, "total_allocations": 0, "total_campaigns": 0, "total_clicks": 0, "total_conversions": 0, "total_creatives": 0, "total_impressions": 0, "total_placements": 0, "total_retailers": 0 }
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
대시보드 스키마
이 페이지가 도움이 되었나요?